Release 10.1A: OpenEdge Development:
Programming Interfaces
Top-level C function declaration
If you use the
FUNCTESTmacro provided in the prototypehlprodsp.cfile, your top-level function must use the following interface:
The length and content of the function name must follow the conventions that your C compiler and linker require. The
argcandargvparameters follow the rules defined forargcandargvpassed by the standardmain()C function. If your top-level function must use a different interface, either write alternative dispatch code for it or rewriteFUNCTESTto meet your particular needs.For more information on the
FUNCTESTmacro, see the "Mapping routine identifiers using PRODSP()" section section.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |